Fix -Wwrite-strings warnings in fakemail.c.
authorJan D <jan.h.d@swipnet.se>
Wed, 11 Aug 2010 09:16:35 +0000 (11:16 +0200)
committerJan D <jan.h.d@swipnet.se>
Wed, 11 Aug 2010 09:16:35 +0000 (11:16 +0200)
commit29e3613d049c9339379424fd039bf09fd55d7981
treeb14d0f03dc68d98f70f11db86eacf531f5dd3e62
parentabc9ad92b259807973af00d9f4d3132c028a35d1
Fix -Wwrite-strings warnings in fakemail.c.

* fakemail.c: Include stdlib.h for getenv. Remove declaration of
popen, fclose and pclose.
(my_name, fatal, error, put_line): Use const char*
(main): Remove extern getenv, mail_program_name is const char*.
lib-src/ChangeLog
lib-src/fakemail.c